Dude, you have helped thousands of learners and professionals save countless hours. I want to sincerely thank you, both personally and on behalf of everyone who has gained from your video.
Sir, excellent explanation with visuals it really simplifies the concept. Looking forward to an end-to-end project, especially covering RDS. Your teaching method is very effective. Thank you
00:04 Setting up VPC peering between two VPCs 01:55 Creating VPC, route tables, and subnets in AWS 05:30 Associate route table with subnet and create Internet Gateway 07:30 Configuring internet gateway and route table association in AWS VPC. 11:39 Setting up Apache using user data script for EC2 instance 13:37 Create VPC Peering between two VPCs in AWS 17:34 Setting up route tables for VPC peering 19:25 Setting up and testing SSH connection between EC2 instances in VPC. 23:29 Removing route table entries prevents access between EC2 instances Crafted by Merlin AI.
for the first it was weird why using igw since they are private subnets, but curling them using the private ip address fulfilled the purpose. Thanks mate for the explanation, it was informative.
Its really helping me to understanding the core concepts with clear roadmap, Really thank you for uploading, You are really helping us by uploading this kind of content with crystal clear explanation
Internet Gateway Used in this scenario to check and access the Apache server launched in ec2 instances whether they are running properly. Mainly used for checking purpose , so that we can access the public IP through web browser.
Thank you very much! 23:29 - if you were to remove only one route from the first VPC, would that have meant we could no longer access VPC1 from VPC2; BUT we could from VPC2 to VPC1? right?
Thank You so much for this video, Rahul. I had practiced this video and also implemented in Terraform, it is working fine. once again thank you Rahul. Please make a video on ELK Rahul
2 main questions i have, if dont add igw to both route tables can i connect from ec2 1 to ec2, suppose my 2nd vpc in another account and having same iprange will it work
Hi @rahulwagh, Thanks for the video. It was really informative. But don't you think that the subnet should be public instead of private. As we are using Internet gateway not the NAT gateway. Is it just a typo or intentional? Please explain.
Thanks @Rahul for the well taught VPC peering. But, I got an error in mine. Trying to follow along as you were doing yours, but I got "Failed to connect" error
Can we have one VPC with EC2 postgresql and another VPC in different AWS organisation which has RDS Aurora postgresql ? How much will be the latency between two ? I have checked VPN and latency is very slow. I hope the VPC peering will be faster. please confirm.
Hi Sir, Thank you for your Video series. I have a question here for you to ask. Do we really need an igw for this scenario? Are we not using the private link to connect the 2 VPCs? What is the point of having igw in this case? Haven't finished the video just I raised this question as I watched the video. Cheers
hello sir, I have setup VPC peering connection but I am not able to get vpc 2 information in vpc 1 through putty. So can you help how to fix this problem?
Hi.. loved your clamness during the videos.. cleared my concept with ease. Just one please reply if possible. I am planning to buy a macbook air.. should i go with 8 gb ram or 16gb. I am a long term user.
Dude, you have helped thousands of learners and professionals save countless hours. I want to sincerely thank you, both personally and on behalf of everyone who has gained from your video.
You are welcome
Sir, excellent explanation with visuals it really simplifies the concept. Looking forward to an end-to-end project, especially covering RDS. Your teaching method is very effective. Thank you
You are welcome
00:04 Setting up VPC peering between two VPCs
01:55 Creating VPC, route tables, and subnets in AWS
05:30 Associate route table with subnet and create Internet Gateway
07:30 Configuring internet gateway and route table association in AWS VPC.
11:39 Setting up Apache using user data script for EC2 instance
13:37 Create VPC Peering between two VPCs in AWS
17:34 Setting up route tables for VPC peering
19:25 Setting up and testing SSH connection between EC2 instances in VPC.
23:29 Removing route table entries prevents access between EC2 instances
Crafted by Merlin AI.
You are look like Sunder Pichai Sir.. So excited and glad to listen your class....
Glad to have you😊
for the first it was weird why using igw since they are private subnets, but curling them using the private ip address fulfilled the purpose.
Thanks mate for the explanation, it was informative.
can you explain it bit more brother
exactly, that is something that is not so clear to me... It means that to perform a curl is it mandatory to have an internet gateway ?
Guru, thanks for your simple n clear explanation on vpc peering session
감사합니다.
You made my day
Its really helping me to understanding the core concepts with clear roadmap, Really thank you for uploading, You are really helping us by uploading this kind of content with crystal clear explanation
Glad to hear that!
very nice explanation. life saver knowledge. please keep it up like this .
Keep watching
Good explanation sir many concepts cleared.. Thank you very much for the video..
You're most welcome
Excellent content and very impressive.... thanks Master❤
You are welcome. I hope you enjoyed it
Internet Gateway Used in this scenario to check and access the Apache server launched in ec2 instances whether they are running properly. Mainly used for checking purpose , so that we can access the public IP through web browser.
Very well explained the concept of VPC
You are welcome
Sir, Very Good explanation. Thanks.
Most welcome. Follow more for the premium content - Join this channel
ruclips.net/channel/UC7p4oXcPbgk_yTSHK7QlkSgjoin
Sir your explanation outstanding. I have strucked with peering concept. Thanks for uploading :)
Glad to know it helped you to learn the concept
Pls Do video on vpc and more, vpc only procedure is excellent
Please go through all the 16 sessions all of them are based on VPCs, so it will help you understand the concept really well
@@RahulWagh i have not copy the script while creating instance. pls post script content here
Sir, excellent work done great help for beginners.thank you
Glad to hear that
Crisp and clear explanation
Glad you think so!
Thank you very much!
23:29 - if you were to remove only one route from the first VPC, would that have meant we could no longer access VPC1 from VPC2; BUT we could from VPC2 to VPC1? right?
Thanks a lot Sir, this was well explained.
Most welcome!
very impressive tutorial.
Thank you! Cheers!
Thank You so much for this video, Rahul. I had practiced this video and also implemented in Terraform, it is working fine. once again thank you Rahul.
Please make a video on ELK Rahul
Great 👍 to know that
@@RahulWagh yes rahul
2 main questions i have, if dont add igw to both route tables can i connect from ec2 1 to ec2, suppose my 2nd vpc in another account and having same iprange will it work
Awesome video.
@@ruchijaiswal7093 you are welcome
Hi @rahulwagh,
Thanks for the video. It was really informative. But don't you think that the subnet should be public instead of private. As we are using Internet gateway not the NAT gateway. Is it just a typo or intentional? Please explain.
He said that his design diagram is wrong as we need to have two public subnets
please share with us bash script which is used by you in user data while creating ec2 instance.
Thank you Sir. 💌
Thanks @Rahul for the well taught VPC peering. But, I got an error in mine. Trying to follow along as you were doing yours, but I got "Failed to connect" error
nice explanation
Thanks for liking
Can we have one VPC with EC2 postgresql and another VPC in different AWS organisation which has RDS Aurora postgresql ? How much will be the latency between two ? I have checked VPN and latency is very slow. I hope the VPC peering will be faster. please confirm.
Thank you so much sir. your lessons are simple and easy to understand. keep up the good work. can you throw some light on vpc end point? Thank you!
Soon you will see the box endpoint video as well in upcoming weeks
Hi Sir, Thank you for your Video series.
I have a question here for you to ask. Do we really need an igw for this scenario? Are we not using the private link to connect the 2 VPCs? What is the point of having igw in this case?
Haven't finished the video just I raised this question as I watched the video.
Cheers
excellent
hello sir,
I have setup VPC peering connection but I am not able to get vpc 2 information in vpc 1 through putty. So can you help how to fix this problem?
Best explanation !! One doubt here
- you created private subnet and attached internet gateway so it becomes the public only
Yeah that’s public subnet since I have attached internet gateway
Clear ❤
Can we automate this vpc peering using shell script ?
Sir, I can access without vpc peering over public ip , am correct but you acces over private ip
please correct me ,
thanks your video
Hi @rahul... excellent explanation. can you please make a video on vpc endpoints...
It is in my list to prepare VPC endpoints tutorial
@rahulwagh can you please make video on CIDR ranges and how to calculate IP’s easily.
Sure i will do one
Hello and thank you very much. Where I can find the code for EC2-Instance please?
Hello very nice explanetion but we need the user data code to complete the exercise, Please
What is process to purchase this full cource
Sir, Can we use VPC peering without attached the internet gateway? Due attached the internet gateway then EC2 will accessible to the internet.
VPC peering is totally possible without internet gateway
7:27 2 subnet are private and in video IGW is connected but NAT gateway used in private subnet right.
i can also use VPC Peering to peer to a VPC in another region correct?
No you can not use the aws peering for another region
where do i get User Data Script
how can you call it private subnets when you expose both to internet?
It would be miss by me to add internet gateway to private subnet.
Hi.. loved your clamness during the videos.. cleared my concept with ease. Just one please reply if possible. I am planning to buy a macbook air.. should i go with 8 gb ram or 16gb. I am a long term user.
For development do not go with macbook air, go with macbook pro or pro max
@@RahulWagh not for development.. but for devops
why we no need nat in this case?
You do not need NAT for VPC peering. I have just implemented as part standard networking practice
the keypair is not shown in the terminal
same
Why you created internet gateway for peer connection
Internet gateway is not needed I have just created keeping it as a standard network setup
I was wondering the same thing, thanks though
Thanks
You are welcome
Hi sir can you give me that user data please
Rahul, Thank you. Great videos. I want join your premium section. But don’t see the option. Please help me join so I can access premium videos.
Glad you enjoyed it here is the link for you to join - ruclips.net/channel/UC7p4oXcPbgk_yTSHK7QlkSgjoin
I suggest you to offer online training on Aws certifications or aws trainings. My name is Ram. Very impressed with your videos.
@@RahulWagh I joined. Not sure how to get the private content.
@@RahulWagh Hi Rahul, Are you going to add more advanced topics like S3 , DynamomDB in this channel? Your videos are fantastic.
its public subnet not private subnet
Sir vo code send karo
Sir button sounds are irritating
Thanks for the feedback
Gonzalez Kimberly Walker Charles Walker Mark
Perez Susan Williams Patricia Jackson Dorothy
Jones Cynthia Lee Daniel Jones Thomas
small dobut given number sir
I could not understand what you mean?
@@RahulWaghgive me number sir
Sundar Pichai
Thanks but I am not
@@RahulWagh - Just kidding 😀 Excellent explanation!